net: Move driver-model code into its own file
authorSimon Glass <[email protected]>
Sun, 17 Jan 2016 21:52:00 +0000 (14:52 -0700)
committerJoe Hershberger <[email protected]>
Thu, 28 Jan 2016 18:32:47 +0000 (12:32 -0600)
commitdb9391e165dd0bb94caa246d5ade756b491b09d4
tree75712e2988442da3ed9e2430f79db3d55a05c19d
parent8607a6bf753df210f8873994294c13885f746337
net: Move driver-model code into its own file

Every other uclass is in its own file. Create a new eth-uclass.c file and
move the driver-model code into it, so that networking is consistent.

Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
net/Makefile
net/eth-uclass.c [new file with mode: 0644]
net/eth.c